type net.temporaryError

5 uses

	net (current package)
		dnsclient_unix.go#L53: 	errServerTemporarilyMisbehaving = &temporaryError{"server misbehaving"}
		net.go#L661: type temporaryError struct{ s string }
		net.go#L663: func (e *temporaryError) Error() string   { return e.s }
		net.go#L664: func (e *temporaryError) Temporary() bool { return true }
		net.go#L665: func (e *temporaryError) Timeout() bool   { return false }